Welcome![Sign In][Sign Up]
Location:
Search - address memory

Search list

[Game Hook CrackZiZii_QQDDZw

Description: qq游戏新斗地址内存修改版源码,高人所写.很不错的-qq new fighting game address memory modified version source code, written by an expert. Very good
Platform: | Size: 365870 | Author: 黄家华 | Hits:

[Other resource4.1_memory_test

Description: memory_test Memory Read/Write Access Test Memory read base Address : 0xc010000 Memory write base Address : 0xc02-memory_test Memory Read / Write Access Tes t read base Memory Address : Memory write 0xc010000 base Address : 0xc02
Platform: | Size: 7613 | Author: zhang | Hits:

[Otherio port

Description: direct access of io address/memory
Platform: | Size: 842257 | Author: ahhuat123 | Hits:

[Othermemorylink

Description: 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点并入HA链( 按起始地址从小到大次序加入 ); 1 ) 当被撤消的结点没有左邻结点,右邻结点和它相连,则在HA链加入; 2 ) 当被撤消的结点有做邻结点与它相连,则把它与左邻结点合并; 3 ) 当被撤消的结点有右邻结点和它相连,则把它与右邻结点合并; 4 ) 当被撤消的结点有左,右邻结点和它相连,则把它与左,右邻结点合并; 5 ) 继续第三点,直到HB链为空或输入的起始地址为0为止; 6 ) 输出HA,HB链。-simulated a dynamic storage management, the subject prepared a simulation of the dynamic storage management procedures established with a one-way linked list of HA expressed idle space chain; Using a one-way linked list, said HB chain occupied space. Based Chain structured as follows : initial address (a positive integer greater than 0) of the unit block (positive integers, greater than 0) chain domain (at a node where the target) 1. Keyboard input in the initial address, the number of block units, and establish HA, HB 2 Chain initial state (transmission into the starting addresses of the end of 0005); 2. output HA, HB 2 chain (initial address, unit number); 3. initial input address, the withdrawal of HB chain corresponding to the node, node withdrawn output HB chain; 4. to revoke the node
Platform: | Size: 3072 | Author: 阿兜 | Hits:

[OS programbuddy_算法

Description: Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这个页面块被分配给调用者。 释放时,先检查该块的伙伴的使用情况,如果没有被使用,则合并这对Buddy,再检查该两倍大小的块的Buddy,一直持续到合并后的块没有Buddy为止,并将之链到该大小的freepage队列中。-Buddy (partners) each allocation algorithm contains a number of physical pages or blocks of memory, two pages to the Powers of the block of memory to allocate. First of all search requests to meet the size of pages, from the application to meet the current size of the data structure Buddy 8 freePages domain proceed along the chain to search leisure pages. If no such request size spare pages, which then search request twice the size of a memory block. This process has to continue until all the Buddy Search End or were found to meet the requirements for the memory block. If found in the pages block greater than the requested block is divided in its size and make it the request block matching. As pieces are the two Powers So segmentation process is very simple : free block (low-address) was e
Platform: | Size: 4096 | Author: npu | Hits:

[Game Hook CrackZiZii_QQDDZw

Description: qq游戏新斗地址内存修改版源码,高人所写.很不错的-qq new fighting game address memory modified version source code, written by an expert. Very good
Platform: | Size: 365568 | Author: 黄家华 | Hits:

[OS Developyemianguanli

Description: 题目:设计一个请求页式存储管理方案,并编写模拟程序实现 具体要求: 1、产生一个需要访问的指令地址流,为不失一般性,可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50%的指令是顺序执行的。25%的指令均匀地散布在前地址部分,25%的地址是均匀地散布在后地址部分 2、 页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存 3、产生一个需要访问的指令地址流;指定合适的页面尺寸(例如以1K或2K为1页;指定内存页表的最大长度,并对页表进行初始化 4、每访问一个地址时,首先要计算该地址所在的页的页号,然后查页表,判断该页是否在主存。如果该页已在主存,则打印页表情况;如果该页不在主存且页表未满,则调入一页并打印页表情况;如果该页不在主存且页表已满,则按 FIFO页面淘汰算法淘汰一页后调入所需的页,打印页表情况 。逐个地址访问,直到所有地址访问完毕 -topics : design a request page memory management program, and the simulation program specific requirements : 1. have a need to visit the directive addresses flow, without loss of generality. be appropriate (to use artificial methods specified or random number generator) to form the sequence, makes 50% of the order was the order of implementation. 25% of orders evenly spread address some of the former and 25% of the addresses are evenly spread in the latter part two addresses. The algorithm uses pages out pages out of FIFO algorithm, and eliminate one, the only page in the page table to erase. No longer judge whether it be redrafted, it was not to return to the three auxiliary depositors, have a need to visit the directive addresses flow; designate the appropriate size of the page (for exam
Platform: | Size: 3072 | Author: 周子藤 | Hits:

[Embeded Linux4.1_memory_test

Description: memory_test Memory Read/Write Access Test Memory read base Address : 0xc010000 Memory write base Address : 0xc02-memory_test Memory Read/Write Access Tes t read base Memory Address : Memory write 0xc010000 base Address : 0xc02
Platform: | Size: 7168 | Author: zhang | Hits:

[OS programFindOEP

Description: OEP是每个PE文件读取时的起始地址,该程序给出两种方法来读取OEP,一种是直接从PE文件读取;另一种是将PE映射到内存中来读取。-OEP each PE file read at the opening address, the program gives two ways to read OEP. A PE is directly from the document read. Another is to PE Maps memory to read.
Platform: | Size: 32768 | Author: byron | Hits:

[Game Hook Crackzuxian

Description: 用DELPHI读取诛仙内存基址,自己写的.-DELPHI诛仙used to read memory base address, wrote it myself.
Platform: | Size: 327680 | Author: xtrn143 | Hits:

[OtherFindBase

Description: 炎黄传说基础地址查询器 本程序遍历游戏内存,通过特征码查询游戏基地址。 主要演示机器码与call addr的转换。包括:call 0x12345和mov eax, 0x12345-Address inquiries Yanhuang legend browser based on traversal of the program memory game through game-based Address inquiries signature. The main demonstration and call addr binary conversion. Including: call 0x12345 and mov eax, 0x12345
Platform: | Size: 35840 | Author: thie | Hits:

[VHDL-FPGA-Verilogfip

Description: 通过PC104访问内存地址,内存需要进行地址选择,需要通过CPLD做地址逻辑变换。这个就是完成这个功能。实现简单。-Access through the PC104 memory address, memory address the need for choice, need to do address CPLD logic transformation. This is the completion of this function. Simple.
Platform: | Size: 677888 | Author: 周胜 | Hits:

[Game Hook CrackGameMaster

Description: 一个简单的游戏修改器,功能比较实用,热键激活,搜索地址,修改和锁定内存。-A simple game modifications, and more practical functions, hotkey activation, search address, modify, and lock memory.
Platform: | Size: 105472 | Author: 宋芬 | Hits:

[DSP programtest

Description: it is programed on dsk6455,and test * 1 Internal memory Version * 2 External memory(SDRAM) * 3 Flash * 4 Codec * 5 UserIO * 6 MemPattern(Fill pattern) * 7 MemPattern(Address Pattern) * 8 DSP * 9 LED/Swt * 10 Codec LoopBack *-it is programed on dsk6455, and test* 1 Internal memory Version* 2 External memory (SDRAM)* 3 Flash* 4 Codec* 5 UserIO* 6 MemPattern (Fill pattern)* 7 MemPattern (Address Pattern)* 8 DSP* 9 LED/Swt* 10 Codec LoopBack*
Platform: | Size: 251904 | Author: fan | Hits:

[Driver Developssdt.

Description: Delphi开发驱动的一个例子 1.映射ntoskrnl.exe到内存 2.重定位信息... 3.搜索SSDT基址 4.补丁回去-Delphi developed an example-driven 1. Mappings ntoskrnl.exe into memory 2. ... 3, re-positioning information. Search SSDT base address 4. Patch back
Platform: | Size: 14336 | Author: fanghui | Hits:

[assembly languagedealchar

Description: 串操作指令的使用方法 编写程序,将数据段中BUF1为首地址的一组字数据传送到附加段中BUF2为首地址的内存区域,试用串操作指令编程。-String operation instructions to use the procedure to prepare the data in paragraph BUF1 address a group headed by the word data to the additional paragraph headed BUF2 address memory area, the trial operation command string programming.
Platform: | Size: 4096 | Author: | Hits:

[OS programPT_Tools

Description: 《精灵复兴》北斗的第一个外挂源代码 里面包括了EXE注入 功能DLL 和找内存地址- Wizard renaissance Beidou s first plug-in source code which includes the EXE and DLL injection function to find the memory address
Platform: | Size: 109568 | Author: fwefwef | Hits:

[VHDL-FPGA-VerilogVHDL-ROM4

Description: 基于ROM的正弦波发生器的设计:1.正弦发生器由波形数据存储模块(ROM),波形发生器控制模块及锁存模块组成 2.波形数据存储模块(ROM)定制数据宽度为8,地址宽度为6,可存储 64点正弦波形数据,用MATLAB求出波形数据。 3.将50MHz作为输入时钟。 -ROM-based design of the sine wave generator: 1. Sinusoidal waveform generator by the data storage module (ROM), waveform generator control module and latch module 2. Waveform data storage module (ROM) custom data width of 8 , address width of 6, can store 64 points sinusoidal waveform data, waveform data are obtained using MATLAB. 3. To 50MHz clock as input.
Platform: | Size: 98304 | Author: 宫逢源 | Hits:

[VHDL-FPGA-Verilogcam_test

Description: 一个验证过的CAM源码(CAM=Content Address Memory)。语言为verilog-CAM a verified source (CAM = Content Address Memory). Language for Verilog
Platform: | Size: 30720 | Author: 天策 | Hits:

[Windows Developuse-WINIO-read-above2Gmemory-address

Description: 这是一个编程资料,教你如何在windows下访问大于2G内存的空间,并附下载地址。-This is a programming information, teach you how to access the windows larger than 2G of memory space, along with download address.
Platform: | Size: 1024 | Author: stjlu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 41 »

CodeBus www.codebus.net